home *** CD-ROM | disk | FTP | other *** search
- name Dynamyte 2400 Conversational
-
- o 2
- N 3 ""
- t >2
- C >2
- X C13 S8 ->2.4 X
- Y C13 S8 ->2.4 Y
- Z C13 S8 ->2.4 Z
- x C13 S8 ->2.4 x
- y C13 S8 ->2.4 y
- z C13 S8 ->2.4 z
- I C13 S8 ->2.4 I
- J C13 S8 ->2.4 J
- a C13 S8 ->2.4 a
- i C13 S8 ->2.4 i
- j C13 S8 ->2.4 j
- c C13 S8 >2.4 c
- d C13 S8 >2.4 d
- D 2
- F C14 S5 >3.1 F
- P C14 S5 >3.1 P
- M 2
- $ 00
-
- ModalGs # List of g codes that are modal
-
- Sequence#s N 1 1 0 # Char, freq, incr & start
- First#? Y # Y or N 'Output 1st sequence no.
- Last#? Y # Y or N 'Output last sequence no.
-
- ModalLetters Y Z y z # List of letters that are modal
-
- Comment # Begin End comment char.
-
- HCode X # X or X U 'Horizontal char.
- VCode Y # Y or Y V 'Vertical char.
- Dcode Z # Depth char.
- FeedCode F # Feed rate char.
-
- Spindle 3 4 5 # Cw, ccw & stop m codes
- Coolant 8 9 7 # On, Off & Mist m codes
- DComp 41 42 40 # Left, Right & Cancel m codes
- LComp 43 49 # On & Off codes
-
- CtrIncremental? N # Y or N 'Inc or abs I & J
- ByQuadrants? N # Y or N 'Break arcs at quadrants
- CtrCode R # I J or R or I J K L
- Helical? N
-
- Inc/Abs G 91 90 # Inc & Abs char. & values
-
- Work G # Work offset register
-
- Each $0 # End of block word
-
- UppercaseComments? Y # Y or N 'Require uppercase comments
-
-
- Drill 5 # Drilling canned/manual cycle
- D0
- c[RPlane]
- d[D]
- i[H]
- j[V]
- end
-
- Peck 5 # Pecking canned/manual cycle
- D0
- c[RPlane]
- d[D]
- i[H]
- j[V]
- end
-
- Tap 5 # Tapping canned/manual cycle
- D0
- c[RPlane]
- d[D]
- i[H]
- j[V]
- end
-
- LTap 5 # Left handed tapping cycle
- D0
- c[RPlane]
- d[D]
- i[H]
- j[V]
- end
-
- Cancel # Cancel a canned/manual cycle
- end
-
- StartCode # Start of the program
- o[Program#]
- End
-
- 1stToolChange # First tool change
- t[Tool]
- F[FRate]
- P[Plunge]
- M10
- M1
- M3
- End
-
- LineCode # Linear move
- X[H]
- Y[V]
- Z[D]
- end
-
- RapidCode # Rapid move
- x[H]
- y[V]
- z[D]
- end
-
- Infeed # Enable cutter comp
- X[H]
- Y[V]
- Z[D]
- end
-
- Outfeed # Disable cutter comp
- X[H]
- Y[V]
- Z[D]
- end
-
- ToolChange # Secondary tool changes
- M5
- t[Tool]
- F[FRate]
- P[Plunge]
- M3
- End
-
- EndCode # End of the program
- M5
- M11
- M30
- End
-
- CWCODE # CW circular move
- C0
- I[HCtr]
- J[VCtr]
- C2 a[Sweep]
- C1
- end
-
- CCWCODE # CCW circular move
- C0
- I[HCtr]
- J[VCtr]
- C3 a[Sweep]
- C1
- end
-
- Replace "X" with "GO X"
- Replace "Y" with " Y"
- Replace "Z" with " Z"
-
- Replace "x" with "GOfX"
- Replace "y" with " Y"
- Replace "z" with " Z"
-
- Replace "I" with " X"
- Replace "J" with " Y"
-
- Replace "F" with "FR XY ="
- Replace "P" with "FR Z ="
-
- Replace "D" with "DRIL PECK="
- Replace "c" with " ZH="
- Replace "d" with " Zd="
- Replace "i" with " X= "
- Replace "j" with " Y= "
-
- Replace "C0" with "ZERO AT"
- Replace "C2" with "GR"
- Replace "C3" with "GR"
- Replace "C1" with "]REF COODS"
-
- Replace "o" with "START INS "
-
- Replace "M10" with "SETUP ]zcxyu"
- Replace "M01" with "HALT"
- Replace "M03" with "SPINDLE ON"
- Replace "M04" with "SPINDLE ON"
- Replace "M05" with "SPINDLE OFF"
- Replace "M11" with "CONTROL 1"
- Replace "M12" with "SKIP TO 005"
- Replace "M30" with "END NEWPART"
-
- Replace "t" with "TOOL "
-
- Replace " $" with ""
- Replace "$" with ""
-